Project ID | 086680CD3A1F050280258935003E6DFD |
Version | 3 |
Class ID | 5F65C8DBC749A31A8025893500510B38 |
Class Type | Derived |
Derived From | JsonCustomConstructor |
Attributes |
createObject(className As String, libName As String) As Variant |
New() |
%REM
The following code is abbreviated code from JsonConversionHelper.toObject. It populates the mainContent property with an object of className using the class's Sub New, which does not take any parameters.
%END REM
Function toObject(source as JsonObject, className as String, libName as String) as JsonConversionHelper
Dim noArgsConstructor as New JsonNoArgsConstructor()
Set mainHolder.contents = noArgsConstructor.createObject(className, libName)
End Function
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.